Fix sweep_vectors to handle large bool vectors correctly.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 18 Jul 2012 09:46:07 +0000 (13:46 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 18 Jul 2012 09:46:07 +0000 (13:46 +0400)
commitdb250ca98e6b628a8a2f64fcad0e895dafdd4fc7
treeca4654415e4a003399eca6e3f4856d2f54a9f9f1
parent248786ccd9f9d9262803e4ba9a48b7afc42b0c8b
Fix sweep_vectors to handle large bool vectors correctly.
* alloc.c (sweep_vectors): Account total_vector_bytes for
bool vectors larger than VBLOCK_BYTES_MAX.
src/ChangeLog
src/alloc.c